home *** CD-ROM | disk | FTP | other *** search
- ~{The TESTDATA file should be on the screen when printing this form, unless}~
- ~{you've modified the form for use with your data base or word processor.}~
- ~{Lines beginning and ending with tildes and curley brackets are comments.}~
- ~{}~
- ~{This is a form that will address envelopes on an HP LaserJet II.}~
- ~{Since it utilizes the "landscape" mode to print "sideways", you should}~
- ~{feed envelopes into printer, short end first. If you want to place several}~
- ~{addresses into a printer cue before any actual printing begins, press ALT-P}~
- ~{at the PopForm window until PCUE appears at the top right of the window.}~
- ~{When you've captured all the addresses you want, press ALT-P until LPT-1}~
- ~{or LPT-2 is selected, and then press Ctrl-P.}~
- ~{}~
- ~{The next line sends your printer the code to go into landscape mode}~
- ~PRINTCODE 027038108049079~
- ~{If you need to change any other printer characteristics, add additional}~
- ~{three-digit decimal codes to the PRINTCODE line.}~
- ~{Substitute your actual name and address for for the following lines}~
- ~LABEL START~
- Your Name
- Box
- Street
- City, State, Zip
-
-
-
-
-
- ~{The following lines look to the screen for the character sequences enclosed}~
- ~{in quotes. If the screen with which you anticipate using this form has}~
- ~{different sequences, substitute them accordingly. If you just want to see}~
- ~{how this form works (without making any changes), ensure that the TESTDATA}~
- ~{file is on the screen when you print this form. The TESTDATA file contains}~
- ~{the character sequences found below}~
- ~("Payee: "\,25)~
- ~("Box: "\,25)~
- ~("Street: "\,25)~
- ~("City: "\,25)~
- ~{If you want to add any other text, or font changes, feel free to do so}~
- ~{}~
- ~{The following line causes the printer to eject the envelope just printed}~
- ~{and load another envelope.}~
- ~NEWPAGE~
- ~{}~
- ~{The next two lines cause PopForm to prompt you for another screen of info.}~
- ~{Just press the ENTER key, call up the other screen and then hit PopForm's}~
- ~{hotkey again. When you do, that screen's data will be sent to the printer,}~
- ~{and PopForm will again tell you to call up yet another screen. If there}~
- ~{is no other data you want printed, just press ESC}~
- ~NEWSCREEN "Press ENTER, get another screen, and press Hot Key again"~
- ~GOTO START~
- ~{}~
- ~{Finally, we switch the printer back to portrait mode}~
- ~PRINTCODE 027038108079079~